home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / sdrop14 / SDROP14.ZIP / Help.txt next >
Encoding:
Text File  |  1997-09-04  |  576 b   |  24 lines

  1.  
  2.         Super Drop List v1.4
  3.         for Delphi 2 and 3
  4.         ------------------------------------------------------
  5.  
  6.         Public (and unpublished) Properties, Procedures and Functions
  7.  
  8.  
  9. TSDropList
  10.     procedure DisplayForm(Sender: TObject)
  11.     procedure CloseForm
  12.     function Showing: Boolean
  13.     property ItemIndex: Integer
  14.     property Items: TStringList
  15.     property ListBox: TDropListLB
  16.  
  17.  
  18. TSDropEdit
  19.     FSubForm: TForm
  20.     procedure DisplayForm(Sender: TObject)
  21.     procedure CloseForm
  22.     function Showing: Boolean
  23.  
  24. <jaym25@challenger.net>